home *** CD-ROM | disk | FTP | other *** search
/ Dictionaries & Language / Dictionaries and Language (Chestnut CD-ROM) (1993).iso / chinese / gb2pcx12 / gb2pcx.doc next >
Encoding:
Text File  |  1991-08-31  |  2.4 KB  |  54 lines

  1.  
  2. GB2PCX 1.2  Converts GuoBiao document into PCX fils.
  3.          - by Roxin Zhang, Aug 11 1991
  4.  
  5. Format:  gb2pcx [options] file_name.
  6.  
  7. Options: -l#: #=left margin in columns, default 0.
  8.          -r#: #=right margin in columns, default 0.
  9.          -d#: #=rows in PCX files, default 36 (equiv. 720p deep).
  10.          -w#: #=columns in PCX files, default 40 (equiv. 640p wide).
  11.          -p#: #=starting page number, default 1.
  12.          -f$: $=lirary file full path, default (see Install bellow).
  13.  
  14.          The options can appear in whatever order.
  15.          Example:
  16.             gb2pcx -l2 -r2 myfile.gb -d40 -fc:\cc\cclibf.16
  17.  
  18. Output:  The files created are named as G2P00#.PCX where # is the page
  19.          number. The default PCX files have pixel dimension 640x720. You
  20.          may change these using command line options.  The maximum number
  21.          of rows is 40, equivalent to 640x820 raster graphics.
  22.  
  23. Install: GB2PCX uses the library file named either CCLIB.16 or ZIKU as
  24.          the default. You should put GB2PCX.EXE in the subdirectory where
  25.          one of these library files resides if you intend to use the default
  26.          lib file name.  Alternatively you can override the default by
  27.          specifying a library file path in -f<lib_path> option.
  28.  
  29.     
  30.          GB2PCX first trys to open the ziku file in -f option, if that
  31.          fails, it searches CCLIB.16 in its home subdirectory, if not found,
  32.          it then seeks file ZIKU.  If all of these fail, of course,
  33.          an error message will be displayed and the program aborts.
  34.  
  35.          The file CCLIB.16 is the same as ZIKU and can be found on ahkcus.org
  36.          /src/unix.  Those who prefer old-fashioned chinese characters
  37.          should use CCLIBF.16 inplace of CCLIB.16.  CCLIBF.16 can be found
  38.          on kythera.nmsu.edu.
  39.  
  40. Comments: GB2PCX 1.2 is completely rewritten to drop the monitor display
  41.          procedure.  The version 1.0 of GB2PCX (EGA required) has been
  42.          improved in speed and renamed as GBVIEW and the save screen
  43.          (F2) in PCX file format is still functioning. Refer to its
  44.          DOC file for details.
  45.  
  46. Distribution: You may distribute GB2PCX and GBVIWER as long as the DOC
  47.          files are acomanying them.
  48.  
  49.      This software is free for all noncommercial users.
  50.  
  51. Feedback: Forward bugs and comments to Roxin Zhang at:
  52.  
  53.          FARZ%NMUMUS@CUNYVM.CUNY.EDU
  54.